func crypto/aes.decryptBlockGo

2 uses

	crypto/aes (current package)
		block.go#L90: func decryptBlockGo(xk []uint32, dst, src []byte) {
		cipher.go#L81: 	decryptBlockGo(c.dec, dst, src)